home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C ++ / Applications / Conic Sections 0.9.2 / Include / DragProxy.h < prev    next >
Encoding:
Text File  |  1997-05-18  |  245 b   |  12 lines  |  [TEXT/CWIE]

  1. //Copyright (c) 1997 Aidan Cully
  2. //All rights reserved
  3.  
  4. #ifndef __CLDRAG_H
  5. #define __CLDRAG_H
  6.  
  7. #include <Drag.h>
  8.  
  9. extern OSErr DragProxy( DragTrackingMessage theMessage, WindowPtr theWindow, void *handlerRefCon,
  10.  DragReference theDrag );
  11.  
  12. #endif